Implement VBD and VIF handling on Solaris for libxenstat.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 23 Feb 2007 10:47:55 +0000 (10:47 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 23 Feb 2007 10:47:55 +0000 (10:47 +0000)
commit684c5a8948324f182941dc2d66fea715f7ac80b2
tree34d2ebd7597677fdb9be344db50b863f35bc6f37
parent2b1b3844b2392e06e91488612d5bc7976e3fb24b
Implement VBD and VIF handling on Solaris for libxenstat.

Also, fix up a confusion with ERR that was breaking xentop.

Signed-off-by: John Levon <john.levon@sun.com>
tools/xenstat/libxenstat/Makefile
tools/xenstat/libxenstat/src/xenstat.c
tools/xenstat/libxenstat/src/xenstat.h
tools/xenstat/libxenstat/src/xenstat_linux.c [new file with mode: 0644]
tools/xenstat/libxenstat/src/xenstat_priv.h [new file with mode: 0644]
tools/xenstat/libxenstat/src/xenstat_solaris.c [new file with mode: 0644]
tools/xenstat/xentop/xentop.c